home *** CD-ROM | disk | FTP | other *** search
- on(release){
- _root.suni = 0;
- if(_root.nowball == 7 and _root.stage == 5)
- {
- _root.stage = _root.stage + 1;
- _root.gotoAndStop(20 + _root.stage);
- }
- else if(_root.stage == 5)
- {
- _root.gotoAndStop("his");
- }
- else
- {
- _root.stage = _root.stage + 1;
- trace(_root.stage + "_asdasd");
- _root.gotoAndStop(20 + _root.stage);
- }
- }
-